button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}




.ato-content {
    width: 1400px;
}

.ato-list ul {
    height: 470px;
}

.ato-list ul li {
	width: 319px;
	height: 420px;
	float: left;
	margin-left: 26px;
	margin-right: 0;
	text-align: center;
	background-color: #fff;
	-webkit-transition: height 300ms;
	-moz-transition: height 300ms;
	-ms-transition: height 300ms;
	-o-transition: height 300ms;
	transition: height 300ms;
	position: relative;
	box-shadow: 1px 0px 8px rgba(0,0,0,0.12);
	top: 10px;
	left: -10px;
}

.ato-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0px 2px rgba(0,0,0,0.24);
}

.ato-list ul li div {
    width: 319px;
    margin: 30px 0 25px 0;
    text-align: center;
}

.ato-list ul li div img {
    width: 279px;
    height: 172px;
    border: none;
    display: block;
    margin: 0 auto;
}

.ato-list ul li h3 {
    font-size: 16px;
    color: #65ac34;
    font-weight: blod;
    margin-bottom: 10px;
	padding:0 20px;
}

.ato-list ul li p {
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 25px;
    padding: 0 22px 0 22px;
    height: 70px;
    overflow: hidden;
}

.ato-more {
    width: 157px;
    height: 36px;
    text-align: center;
    display: none;
    display: inline-block;
    border: 1px solid #7D7D7D;
    line-height: 34px;
    color: #666;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    left: 81px;
}



.ato-list ul li:hover {
    background-color: #65ac34;
}
.ato-list ul li:hover h3,.ato-list ul li:hover p,.ato-list ul li:hover a {
color: #fff;
}
.ato-list ul li:hover .ato-more{
border: 1px solid #fff;
}

.ato-list-fl {width: 124px;margin: 0 auto;}

.ato-title {
    width: 266px;
    margin-top: 130px;
    padding-right: 20px;
}

.ato-title h2 {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.ato-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.ato-list-fl a {
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 10px;
    float: left;
    display: block;
    background: #f2f2f2;
    overflow: hidden;
    margin-top: 20px;
}

.ato-list-fl a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
}

.ato-list {
    width: 1400px;
    height: 470px;
}

.ato-list ul li:hover {
    top: -5px;
    box-shadow: 0 10px 12px rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.prev:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.prev:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .ato-ope {
    opacity: 0;
}

.ato-ope1 {
    opacity: 0;
}

.next:hover .ato-ope1 {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 11px;
}

.ato-list-fl a:hover {
    background: #65ac34;
    border: 1px solid #65ac34;
}

.fadel,.fader,.fadeup,.fadez {
	visibility: visible
}

.fadeup {
	animation: slideInUp ease-out .6s forwards;
	-webkit-animation: slideInUp ease-out .6s forwards
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 50%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 50%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none
	}
}

.fadel {
	animation: slideInLeft ease-out .6s forwards;
	-webkit-animation: slideInLeft ease-out .6s forwards
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-50%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-50%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none
	}
}

.fader {
	animation: slideInRight ease-out .6s forwards;
	-webkit-animation: slideInRight ease-out .6s forwards
}

@keyframes slideInRight {
	from {
		transform: translate3d(50%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(50%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none
	}
}

.fadez {
	animation: zoomIn ease-out .6s forwards;
	-webkit-animation: zoomIn ease-out .6s forwards
}

@keyframes zoomIn {
	from {
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes zoomIn {
	from {
		-webkit-transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1;
		-webkit-transform: none
	}
}

